-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[refactor] Make things more Go like #26
Conversation
gregnazario
commented
May 14, 2024
•
edited
Loading
edited
- Remove snake case usage in a few places
- Add proper documentation for many places
- Finish breaking down / moving files to where they belong in packages. crypto and bcs are separated, everything else is aptos
- Fix misspelling in expiration timestamp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we don't need this and in some cases it could make the SDK less good for developers.
3c336a6
to
860ac0b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this. This feels right based on my experience of the Go ecosystem. One quibble on a couple _test.go files, otherwise good